func net/textproto.isASCIISpace
5 uses
net/textproto (current package)
textproto.go#L125: for len(s) > 0 && isASCIISpace(s[0]) {
textproto.go#L128: for len(s) > 0 && isASCIISpace(s[len(s)-1]) {
textproto.go#L136: for len(b) > 0 && isASCIISpace(b[0]) {
textproto.go#L139: for len(b) > 0 && isASCIISpace(b[len(b)-1]) {
textproto.go#L145: func isASCIISpace(b byte) bool {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)